home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
graphics
/
peacoc
/
peacockv.bas
< prev
next >
Wrap
BASIC Source File
|
1994-10-19
|
460b
|
17 lines
'
' These are constants used by PEACOCK.VBX
' They are the values for the action property
'
Option Explicit
Global Const ACTION_NONE = 0
Global Const ACTION_GET_COLOR = 1
Global Const ACTION_GET_PREDEF_COLOR = 2
Global Const ACTION_GET_USER_COLOR = 3
Global Const ACTION_ADD_COLOR = 4
Global Const ACTION_DELETE_COLOR = 5
Global Const ACTION_CHECK_COLOR = 6
Global Const ACTION_CHECK_PREDEF_COLOR = 7
Global Const ACTION_CHECK_USER_COLOR = 8